home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / K-CS.DCR / 00029.ls < prev    next >
Encoding:
Text File  |  2001-06-28  |  297 b   |  16 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   cursor(0)
  5.   set the text of member "SpyCount" to "0"
  6.   set the text of member "FolderCount" to "0"
  7.   set BlinkObject to 0
  8.   set the locH of sprite 99 to 780
  9.   set BlinkObjekt to new(script "Blink", 4, 80)
  10. end
  11.  
  12. on exitFrame
  13.   checkBlink(BlinkObjekt)
  14.   go(#loop)
  15. end
  16.